fix #2125: duplicate binary names will cause a bail
authorpsyomn <lethaljellybean@gmail.com>
Mon, 23 Nov 2015 00:47:30 +0000 (19:47 -0500)
committerpsyomn <lethaljellybean@gmail.com>
Tue, 8 Dec 2015 17:15:41 +0000 (12:15 -0500)
commit08e75334563fb26da03bbae1faf538d095b36425
treefd9ab9059eac7b5ce2c46127ab5b6cd6843e54e0
parent488e8d86d848256bb3aacc4a8b2a0948b405798d
fix #2125: duplicate binary names will cause a bail

* adds duplicate target checks for bins, tests, examples, benches
* adds tests to test the above
src/cargo/util/toml.rs
tests/test_bad_config.rs